开源游戏 0 A.D. Alpha 11 已经发布- 代号 Kronos 资讯

0 A.D.是一款自由开源的即时战略游戏,该游戏最近发布了另一个alpha版本,该版本代号“Kronos”,此版本带来了许多新的功能。

jopen 2012-09-09   6657   0
游戏  

Build a Web 2.0 Document Search Site 开源项目

在这篇文章中介绍了如何利用jQuery创建一个按文档扩展名进行过滤的文档搜索界面。通过这篇文章将会学习到较多的jQuery使用技巧和技术。

码头工人 2019-02-23   403   0
jQuery  
P10

  0 outline 文档

xionghsh 2017-03-28   10181   0

Create A Slider From A Select Box 开源项目

这是一个漂亮的jQuery插件能够自动将select boxes转换成一个sliders控件。

码头工人 2019-02-23   498   0
jQuery   Slider  

A*(A星)算法Go lang实现 代码段

package main import ( "container/heap" "fmt" "math" "strings" ) import "strconv" type OpenList []*_AstarPoint func (self OpenList) Len() int { return len(self) } func (self OpenList) Less(i, j int) bo

gww3 2015-05-13   1099   0
算法  

A*(A星)算法python实现 代码段

#!/usr/bin/python # vim:set fileencoding=utf-8 # 在春节放假前两天我偶然看到了A*算法,感觉挺有意思。正好放假前 # 也没有什么事情,就花了一个下午写出算法的骨架,节后又花了半天 # 时间完善屏幕输出的细节并且调试完成。 # 该实现只是一时兴起的随手而作,没有考虑性能和扩展性等问题。正 # 在学习A*的朋友可以拿去随便折腾。 # email: wan

gww3 2015-05-13   1891   0
算法  
P170

m0n0wall 中文手册 文档

m0n0wall 是一项针对建立一个完整的、嵌入式的防火墙软件包的计划,该软件包可以安装 于嵌入式 PC里, 提供所有商业防火墙的重要特性(包括易用性),而且价格只有商业防火 墙几分之一(自由软件)。 m0n0wall 是基于 bare-bones version of FreeBSD,包括一个 WEB 服务器,PHP 和其它一 些工具软件。整个系统的配置保存在一个 XML文件当中,条理清晰。 m0n0wall 可能是第一个启动时通过 PHP 配置的UNIX 系统,这种结构胜于使用 shell脚本。 并且整个系统的配置用 XML 格式保存。

clbus 2014-07-26   669   0
P170

m0n0wall 中文手册 文档

m0n0wall 是基于 bare-bones version of FreeBSD,包括一个 WEB 服务器,PHP 和其它一 些工具软件。整个系统的配置保存在一个 XML文件当中,条理清晰。 m0n0wall 可能是第一个启动时通过 PHP 配置的UNIX 系统,这种结构胜于使用 shell脚本。 并且整个系统的配置用 XML 格式保存。

csnetstar 2012-06-21   1526   0

模拟帝国时代的游戏,0 A.D. Alpha 8 发布 资讯

0 A.D 是由 WIldfire Games 开发的免费跨平台游戏,支持 Windows, Mac OS X和Linux。近日它发布了 alpha 1 版本,代号为 “Argonaut”,这个版本可以正常玩,但可能会出现一些Bug。这个游戏的源代码基于GPL V2发布,其它素材,音乐,声音内容基于CC-BY-SA许可证发布。

jopen 2011-12-24   13390   0
游戏  
P9

  j​a​v​a​中​f​i​n​a​l​、​f​i​n​a​l​l​y​、​f​i​n​a​l​i​z​e​的​区别 文档

 虽然这三个单词在Java中都存在,但是并没有太多关联:  final:java中的关键字,修饰符。  1.如果一个类被声明为final,就意味着它不能再派生出新的子类,不能作为父类被继承。因此,一个类不能同时被声明为absrtact抽象类的和final的类。

千里马 2014-08-10   4378   0

Yarn – A small embeddable VM with a custom instruction set 经验

A small embeddable VM with a custom instruction set and statically allocated heap.

ugsn5183 2016-02-27   9473   0
YARN  
P8

  A星算法 文档

这篇文章并不试图对这个话题作权威的陈述。取而代之的是,它只是描述算法的原理,使你可以在进一步的阅读中理解其他相关的资料。 最后,这篇文章没有程序细节。你尽可以用任意的计算机程序语言实现它。如你所愿,我在文章的末尾包含了一个指向例子程序的链接。 压缩包包括C++和Blitz Basic两个语言的版本,如果你只是想看看它的运行效果,里面还包含了可执行文件。

shaobo8910 2012-03-06   3643   0
P

Python in a nutshell 文档

这本书是面向已经对PYTHON有所了解的读者的,里面对PYTHON本身的介绍并不是非常的仔细,对于第一次学习PYTHON的读者可能会比较难懂。 另一方面,这本书是一本非常出色的参考书,里面覆盖了大部分PYTHON编程中会用到的技巧和知识。如果是经常使用PYTHON的话,买一本放在手边是非常值得的。 可是值得一提的是其实书中大部分的内容在PYTHON的网站上都找的到,再加上那个著名的在线的PYTHON QUICK REFERENCE,这本书的价值就没那么高了。

kome2000 2012-03-14   264   0
P41

  A SharePoint Developer Introduction 文档

Web Parts are an essential component of ASP.NET technologies used by SharePoint to present dynamic information to users. Web parts are the most common customization created for SharePoint. A Web Part is a reusable component that exists on a Web Part Page and can present any type of web-based information. The objective of this lab is to learn about how to utilize enhancements available in SharePoint 2010 to build Visual Web Parts and connect web parts for use in the SharePoint system.

torney 2015-07-28   1415   0
P

XAML in a Nutshell 文档

When Microsoft releases Windows Vista, the new operating system will support applications that employ graphics now used by computer games-clear, stunning and active. The cornerstone for building these new user interfaces is XAML ("Zammel"), the XML-based markup language that works with Windows Presentation Foundation (WPF), Vista's new graphics subsystem.

如子可教 2015-06-02   409   0
P26

  A SharePoint Developer Introduction 文档

The objective of this lab is to learn about how to create a web part that renders and updates list data that is deployed as a Sandboxed Solution. A Sandboxed Solution can be deployed to a site by a site administrator without requiring intervention from the farm administrator. The solution has full access to the immediate site and restricted access to system resources and other sites.

torney 2015-07-28   1346   0

This is a test article~ 博客

hello open-open~, I ' m coming`

tomzhang 2011-08-10   828   0
P25

  A SharePoint Developer Introduction 文档

Client Object Model provides a unified and complete object model for SharePoint to access SharePoint site data from remote clients. By including the Client Object Model library, developers can build SharePoint application as quickly as possible. It provides complete access to SharePoint site data. The objective of this lab is to learn about: • How to use the new Client Object Model. • How to use the new REST API framework in SharePoint 2010.

torney 2015-07-28   1806   0

A*算法的GUI实现 代码段

前言 A*算法是常用的游戏算法之一,也是初学者比较难掌握的一个算法。 本文在Unity中以GUI的方式形象的再现了A*算法的详细步骤, 包括地图的搜索、FGH的计算以及开启关闭列表的变化等。 博文首发地址:http://blog.csdn.net/duzixi 步骤一: 创建Unity新工程新场景 步骤二: 创建AStar.cs脚本,将以下代码内容粘贴覆盖后,保存运行即可 /// <summary

m2m2c 2015-02-19   1606   0
C#  

a-LMS 开源项目

a-LMS是一个用Java语言实现并遵守SCORM 1.2的学习管理系统(LMS)。

码头工人 2019-01-17   9510   0
1 2 3 4 5 6 7 8 9 10